home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / sbfilme.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  159 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 = the duration of cast 2 then
  3.     set the sound of cast 2 to 0
  4.     go(1, "cc")
  5.   else
  6.     Loopframe()
  7.   end if
  8. end
  9.